This script uses the data.frame “data”, loaded from s01.RData. That is, all rows with C==“C” has been excluded for exploratory data analysis.
# ------------------------------------------------------------------
# Prepare environment
# ------------------------------------------------------------------
# load packages
source(file=file.path("Scripts","Setup","setup01_projectPackages.R"))
# load output from s01_DatasetPrep.R
load(file=file.path("Scripts","s01.RData"))
# White background in plots
theme_set(theme_bw()) # to be replaced with a azTheme
update_geom_defaults("point", list(shape = 1))
Are the plots and tables also being written to file?
## [1] TRUE
Lines connect data from one occasion, points show measured concentrations, the blue horizontal line indicated time of dosing.
Lines connect data from one occasion, points show measured concentrations, the blue horizontal line indicated time of dosing.
## quartz_off_screen
## 2
## quartz_off_screen
## 2
Add figure text here
## quartz_off_screen
## 2
## quartz_off_screen
## 2
## quartz_off_screen
## 2